ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / CollectionViewRequest<T> Class / SortDescriptions Property

In This Topic
    SortDescriptions Property (CollectionViewRequest<T>)
    In This Topic
    The sort descriptions.
    Syntax
    'Declaration
     
    Public Property SortDescriptions As IList(Of SortDescription)
    public IList<SortDescription> SortDescriptions {get; set;}
    See Also